Function MORLET_FREQ_1D

Package

filters

Short description

Compute center frequencies and bandwidths for the 1D Morlet

Usage

	[psi_xi, psi_bw, phi_bw] = MORLET_FREQ_1D(filt_opt)

Input

    filt_opt (struct): The parameters defining the filter bank. See 
       MORLET_FILTER_BANK_1D for details.

Output

    psi_xi (numeric): The center frequencies of the wavelet filters.
    psi_bw (numeric): The bandwidths of the wavelet filters.
    phi_bw (numeric): The bandwidth of the lowpass filter.

Description

    Compute the center frequencies and bandwidth for the wavelets and lowpass
    filter of the one-dimensional Morlet/Gabor filter bank.

See also

List of all packages